projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5516d
)
arm: socfpga: sockit: Zap VIRTUAL_TARGET
author
Marek Vasut
<
[email protected]
>
Sat, 5 Dec 2015 19:01:40 +0000
(20:01 +0100)
committer
Marek Vasut
<
[email protected]
>
Sun, 20 Dec 2015 02:36:51 +0000
(
03:36
+0100)
There is no VT for this board, so remove this incorrect macro.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
include/configs/socfpga_sockit.h
patch
|
blob
|
history
diff --git
a/include/configs/socfpga_sockit.h
b/include/configs/socfpga_sockit.h
index eefe01c5c87ceed9853400fe488ecabd889ce5a2..924de3f7abff8a2c39ecf944f68dbc156623691f 100644
(file)
--- a/
include/configs/socfpga_sockit.h
+++ b/
include/configs/socfpga_sockit.h
@@
-37,11
+37,7
@@
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTFILE "fitImage"
#define CONFIG_BOOTARGS "console=ttyS0," __stringify(CONFIG_BAUDRATE)
-#ifdef CONFIG_SOCFPGA_VIRTUAL_TARGET
-#define CONFIG_BOOTCOMMAND "run ramboot"
-#else
#define CONFIG_BOOTCOMMAND "run mmcload; run mmcboot"
-#endif
#define CONFIG_LOADADDR 0x01000000
#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR